sprintf(msg->data.helpreply.text, msgs_lookup("HE1:This is the CONTINUE button.|M\\Scontinue with system as it is."));
break;
case 2: /* Save icon */
sprintf(msg->data.helpreply.text, msgs_lookup("HE2:This is the SAVE button.|M\\Ssave current settings as your preferred settings."));
break;
case 3: /* Reset icon */
sprintf(msg->data.helpreply.text, msgs_lookup("HE3:This is the RESET button.|M\\Sreset the CMOS to the stored preferred settings."));
break;
default:
sprintf(msg->data.helpreply.text, msgs_lookup("HE4:This is the Check_CMOS alert window.|MCMOS items that are not set to the values you selected as preferred are indicated here."));